home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the soundLevel = 0 then
- set the soundLevel to 1
- end if
- set s to the soundLevel
- set the castNum of sprite 42 to s + 41
- updateStage()
- end
-
- on enterFrame
- puppetSound(0)
- sound stop 1
- sound stop 2
- end
-